home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / LgcyPlus / DISK1 / BPLUS.TXT < prev    next >
Text File  |  2001-03-02  |  4KB  |  84 lines

  1.               TransEra HTBasic Plus for Windows Release Notes
  2.  
  3.                           TransEra Corporation
  4.                            345 East 800 South
  5.                             Orem, UT  84058
  6.                              (801) 224-6550
  7.  
  8.                    Web Page:  http://www.transera.com
  9.                    E-Mail: htb-sales@transera.com  or
  10.                            htb-support@transera.com
  11.  
  12.                           Release 5.2 (4.12.96)
  13. ________________________________________________________________________________
  14.  
  15. Read this file to get information about changes and additions that have been
  16. made since the last printing of the manuals. The following topics are covered:
  17. Installation, New Features and Known Problems.
  18.  
  19.  
  20. INSTALLATION
  21. ------------
  22.   Use the File Manager, Run SETUP.EXE option to install this product.
  23.  
  24. NEW FEATURES
  25.   o HP BASIC Plus product E2160 revision A.01.01 functions have been
  26.     incorporated as HTBasic Plus for Windows.  All HP BASIC PLUS features
  27.     EXCEPT the following have been included (limitations and known defects
  28.     contained in this beta release are enumerated in the Limitations and Known
  29.     Problems sections):
  30.  
  31.     - DIALOG statement no longer accepts the PARENT option.
  32.     - The RETURN clause of the DIALOG and STATUS statements does not accept
  33.       substrings.
  34.     - APP statement is not supported.
  35.     - Help Compiler Application (context sensitive help can now be provided
  36.       through standard Windows help).  Unfortunately, there is no tool
  37.       available to convert old HP BASIC PLUS help files to Windows help files.
  38.     - Notepad and Clock Applications (use the standard Windows accessories).
  39.     - The FILE widget is available only on Windows 95. Attempting to create a
  40.       FILE widget on Windows 3.1 results in error 553 Cannot load object file
  41.       The FILE dialog is available on all platforms.
  42.     - The Minimized Window box is not provided: instead, widgets are iconized.
  43.     - The following customizations are no longer supported through the CONFIG
  44.       file:
  45.       o all "@ RAM usage" parameters.
  46.       o "@ use offscreen memory"
  47.       o all "@ mouse" parameters
  48.       o the "@ scrollbar" parameters have be replaced by "@ SLIDER widget" and
  49.         now only apply to the SLIDER widget
  50.       o "@ highlight toggle buttons"
  51.       o "@ load fonts" (use the Windows Control Panel)
  52.       o "@ font cache"
  53.       o "@ preload applications"
  54.       o "@ APP management"
  55.       o "@ background_bitmap"
  56.  
  57.     Key functional differences:
  58.     o When PLUS is loaded (LOAD BIN "BPLUS"), CRT graphics are forced to always
  59.       be in COLOR MAP mode (PLOTTER IS CRT, "INTERNAL";COLOR MAP). However, the
  60.       PLOTTER IS device is not always forced back to the CRT.
  61.     o BASIC graphics will not (and cannot be forced to) interfere with widgets.
  62.     o Widgets are always active, even when no ON EVENTs are defined or while 
  63.       the program is paused.
  64.  
  65.  
  66. KNOWN PROBLEMS
  67. --------------
  68.   Known Beta Release Defects
  69.   o Mouse and Keyboard issues:
  70.     - Keyboard traversal doesn't work.
  71.     - FILE Dialog:  Windows 95 doesn't allow setting focus to File Name field
  72.         with mouse (either use the Tab key, or change focus to some other
  73.         window and then click on the File Name field fo the file dialog).
  74.   o Widget problems:
  75.     - STRING, NUMBER, and KEYPAD widgets and dialogs: cursor display and color
  76.       problems
  77.     - COMBO Widget: does not support DROPDOWN BUTTON:0 or EDITABLE:0
  78.     - Common RESTORE SCREEN attribute not functional.
  79.   o Screen Builder issues:
  80.     - The Screen Builder output window is not optimized for display size.
  81.     - TRUE/FALSE attribute dialogs don't always highlight FALSE state.
  82.     - To gain access to the widgets in the output window, you must first set
  83.       focus (mouse click) to the main "HP Widget Screen Builder" window.
  84.